home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TPLUGIN1PROPERTIES / TPLUGIN1PROPERTIES.txt
Text File  |  2005-06-02  |  2KB  |  96 lines

  1. object Plugin1Properties: TPlugin1Properties
  2.   Left = 209
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 445
  6.   ClientWidth = 386
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poOwnerFormCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OKBtn: TButton
  19.     Left = 224
  20.     Top = 416
  21.     Width = 73
  22.     Height = 23
  23.     Caption = 'OK'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 0
  27.     OnClick = OKBtnClick
  28.   end
  29.   object CancelBtn: TButton
  30.     Left = 304
  31.     Top = 416
  32.     Width = 73
  33.     Height = 23
  34.     Cancel = True
  35.     Caption = 'Annuler'
  36.     ModalResult = 2
  37.     TabOrder = 1
  38.   end
  39.   object PageControl: TPageControl
  40.     Left = 8
  41.     Top = 8
  42.     Width = 369
  43.     Height = 401
  44.     ActivePage = tsGeneral
  45.     TabOrder = 2
  46.     object tsGeneral: TTabSheet
  47.       Caption = 'G'#233'n'#233'ral'
  48.       object Label6: TLabel
  49.         Left = 76
  50.         Top = 20
  51.         Width = 31
  52.         Height = 13
  53.         Alignment = taRightJustify
  54.         Caption = 'Nom :'
  55.       end
  56.       object Label7: TLabel
  57.         Left = 28
  58.         Top = 52
  59.         Width = 79
  60.         Height = 13
  61.         Alignment = taRightJustify
  62.         Caption = 'Associ'#233' avec :'
  63.       end
  64.       object Label11: TLabel
  65.         Left = 71
  66.         Top = 80
  67.         Width = 36
  68.         Height = 13
  69.         Alignment = taRightJustify
  70.         Caption = 'Visualiseur :'
  71.       end
  72.       object ViewerLabel: TLabel
  73.         Left = 116
  74.         Top = 80
  75.         Width = 11
  76.         Height = 13
  77.         Caption = '%'
  78.       end
  79.       object NameEdit: TEdit
  80.         Left = 112
  81.         Top = 16
  82.         Width = 193
  83.         Height = 21
  84.         TabOrder = 0
  85.       end
  86.       object FileTypesEdit: TEdit
  87.         Left = 112
  88.         Top = 48
  89.         Width = 193
  90.         Height = 21
  91.         TabOrder = 1
  92.       end
  93.     end
  94.   end
  95. end
  96.